home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / pemail10.zip / INSTALL.BAT next >
DOS Batch File  |  1993-03-29  |  1KB  |  49 lines

  1. @Echo off
  2. if "%1" == "" goto info
  3. if "%1" == "c" goto info
  4. if "%1" == "a" goto info
  5. if "%1" == "b" goto info
  6. if "%1" == "C" goto info
  7. if "%1" == "A" goto info
  8. if "%1" == "B" goto info
  9. if not exist mailbox.exe goto info
  10. @Echo on
  11. md %1\PEM
  12. copy mailbox.exe %1\PEM
  13. copy mailbkg.com %1\PEM
  14. copy readme.doc %1\PEM
  15. copy readme.1st %1\PEM
  16. copy setup.exe %1\PEM
  17. copy mailbox.dat %1\PEM
  18. copy install.bat %1\PEM
  19. %1
  20. cd %1\PEM
  21. setup
  22. @Echo off
  23. goto end
  24. :info
  25. @echo.
  26. @echo.
  27. @echo.
  28. @echo.
  29. @echo   First select the DRIVE into which you placed the source floppy disk. 
  30. @echo   Make the selection by typing the DRIVE's letter name
  31. @echo   followed by a colon. 
  32. @echo.
  33. @echo     For example type    a:  (and then press enter)
  34. @echo.
  35. @echo.
  36. @echo   Then type the word install followed by the letter name of the DRIVE 
  37. @echo   on which you want the program installed  
  38. @echo   followed by a colon.
  39. @echo.
  40. @echo     For example type    install c:  (and then press enter)
  41. @echo.
  42. @echo.
  43. @echo.
  44. @echo.
  45. @echo.
  46. :end
  47.  
  48.  
  49.